home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / j_41_st.zoo / tutorial.zoo / tut / tut34.js < prev    next >
Encoding:
Text File  |  1991-06-06  |  360 b   |  17 lines

  1.    COMPOSITIONS: fork (f g h) Ld
  2.    
  3.                        g
  4.                       / \
  5.   (f g h) y          f   h
  6.                      |   |
  7.                      y   y
  8.    
  9.                        g
  10.                       / \
  11. x (f g h) y          f   h
  12.                     /\   /\
  13.                    x  y x  y
  14.    
  15.    
  16. SEE NEXT FRAME FOR EXAMPLES
  17.